home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Shells / Pipe_1_5.readme < prev    next >
Text File  |  1996-09-26  |  2KB  |  47 lines

  1. Short:    WORKING pipe frontend for AmigaShell
  2. Author:   Osma Ahvenlampi <Osma.Ahvenlampi@hut.fi>
  3. Uploader: Osma Ahvenlampi <Osma.Ahvenlampi@hut.fi>
  4. Type:     util/shell
  5.  
  6. This is a PIPE: frontend for AmigaShell, taking advantage of an
  7. undocumented feature in it since OS version 2.04.
  8.  
  9. Pipe processes a command line of the form "cmd1 | cmd2 [| cmd3 [...]]" and
  10. creates a pipeline with the output of one command as the input of the
  11. next. A simple usage example is "List SYS: | More".
  12.  
  13. This is the second released version of Pipe. Changes since version 1.4:
  14.  - input/output redirection works, ie. 
  15.    ilbmtoppm <foo.iff | pnmscale -xysize 320 200 | ppmtogif >foo.gif
  16.    will work.
  17.  - silly mistake with not recognising IN: or OUT: in the end of command
  18.    line fixed.
  19.  
  20. Feature list:
  21.  - _pchar for normal piping
  22.  - _mchar for output catenation
  23.  - IN: and OUT: pseudofiles to fix those broken programs that can't read
  24.    stdin.
  25.  - works with AmigaDOS scripts
  26.  - works with badly formed command lines
  27.  - small, pure, residentable
  28.  - tested on OS 3.1
  29.  
  30. Install by copying to a directory in Shell search path and adding commands
  31.  Set _pchar "|"
  32.  Set _mchar "||"
  33. to S:Shell-Startup.
  34.  
  35. Pipe is GIFTWARE.
  36.  
  37.  
  38. ============================= Archive contents =============================
  39.  
  40. Original  Packed Ratio    Date     Time    Name
  41. -------- ------- ----- --------- --------  -------------
  42.     2240    1378 38.4% 12-Jan-95 16:31:06  pipe/Pipe
  43.     6801    3080 54.7% 12-Jan-95 16:41:04  pipe/Pipe.doc
  44.     1184     660 44.2% 12-Jan-95 16:46:26  pipe/Pipe.readme
  45. -------- ------- ----- --------- --------
  46.    10225    5118 49.9% 16-Jan-95 11:16:08   3 files
  47.